Scheme

interface Scheme

The scheme component of a URL.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val JAR: Scheme
The scheme can be used to access resources located inside a JAR file.

Functions

Link copied to clipboard
open fun name(): String
Returns a string that represents the name of the scheme.
Link copied to clipboard
open fun of(name: String): Scheme
Returns the Scheme instance for the given name.